hashCode

open fun hashCode(@Nullable o: Any): Int(source)

Returns the hash code of a non-null argument and 0 for a null argument.

Return

the hash code of a non-null argument and 0 for a null argument

Parameters

o

an object

See also